widget: Don't set the allocation in size-allocate
authorTimm Bäder <mail@baedert.org>
Fri, 5 May 2017 10:46:19 +0000 (12:46 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 20 Jul 2017 01:27:12 +0000 (21:27 -0400)
commitc87be0a27a346bc71855291e71cef57db29bf3d7
tree32febd310b962ef609599c43d8261b2a3d346f54
parentbf118eca8095b1727934e1fa1fe25b18438ae44e
widget: Don't set the allocation in size-allocate

If widgets chain up in their size-allocate implementation, they pass the
content allocation and not the widget allocation which will cause the
wrong allocation to be set.
gtk/gtkwidget.c